CSharpTest.Net
Run(String[],TextWriter,TextWriter,TextReader) Method
See Also  Send Feedback Download Help File
CSharpTest.Net.Library Assembly > CSharpTest.Net.Commands Namespace > CommandInterpreter Class > Run Method : Run(String[],TextWriter,TextWriter,TextReader) Method

arguments
mapstdout
mapstderr
mapstdin

Glossary Item Box

Run the command whos name is the first argument with the remaining arguments provided to the command as needed.

Syntax

Visual Basic (Declaration) 
Public Overloads Sub Run( _
   ByVal arguments() As String, _
   ByVal mapstdout As TextWriter, _
   ByVal mapstderr As TextWriter, _
   ByVal mapstdin As TextReader _
) 
C# 
public void Run( 
   string[] arguments,
   TextWriter mapstdout,
   TextWriter mapstderr,
   TextReader mapstdin
)

Parameters

arguments
mapstdout
mapstderr
mapstdin

Requirements

Target Platforms: Windows XP, Windows Server 2003, Windows Vista, Windows Server 2008, Windows 7

See Also

Generated with Document! X 2011 by Innovasys